@charset "utf-8";
body{
	margin: 0 auto;
	color: #333;
	font-size: 14px;
	line-height: 1.8;
	background:#fff;
}
/* # */

/* *{box-sizing: border-box;} */
a,.slow{
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.slowa{
	transition:all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
.hidden{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;          /* for IE */
	-o-text-overflow: ellipsis;      /* for Opera */
	-icab-text-overflow: ellipsis;   /* for iCab */
	-khtml-text-overflow: ellipsis;  /* for Konqueror Safari */
	-moz-text-overflow: ellipsis;    /* for Firefox,mozilla */
	-webkit-text-overflow: ellipsis; /* for Safari,Swift*/
}
.hidd{
	overflow: hidden;
}
/* loading 样式 */
.loaderbg {
	width: 100%;
	height: 100%;
	background: #26462E;
	z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.loaderbg img{
	max-width: 500px;
	width: 80%;
	display: block;
}
.swiper-button-disabled{
	opacity: 0.6;
}



.com_pad{padding: 0 3.5%;max-width: 1700px;margin: 0 auto;}
.com_pad2{padding: 0 3.5%;max-width: 1500px;margin: 0 auto;}
.com_pad2_n{max-width: 1500px;margin: 0 auto;}
.maxw_1200{max-width: 1200px;margin: 0 auto;}
.pad_08{padding: 0 8%;}
.float_l{float: left;}
.float_r{float: right;}
.t_cen{text-align: center;}
.f_bold{font-weight: bold;}
.f_up{text-transform: uppercase;}
.c_fff{color: #fff;}
.c_000{color: #000;}
.c_4e4e{color: #4E4E4E;}
.c_4d4d{color: #4D4D4D;}
.c_666{color: #666;}
.c_999{color: #999;}
.f_14{font-size: 14px;}
.f_15{font-size: 15px;}
.f_16{font-size: 16px;}
.f_18{font-size: 18px;}
.f_20{font-size: 20px;}
.f_22{font-size: 22px;}
.f_24{font-size: 24px;}
.f_26{font-size: 26px;}
.f_28{font-size: 28px;}
.f_30{font-size: 30px;}
.f_32{font-size: 32px;}
.f_34{font-size: 34px;}
.f_35{font-size: 35px;}
.f_36{font-size: 36px;}
.f_38{font-size: 38px;}
.f_40{font-size: 40px;}

.w_100{width: 100%;display: inline-block;vertical-align: top;}
.flex{display: flex;flex-flow: wrap;}
.flex_align{align-items: center;}
.flex_between{justify-content: space-between;}
.flex_center{justify-content: center;}
.padt_15{padding-top: 1.5%;}
.padt_2{padding-top: 2%;}
.padt_25{padding-top: 2.5%;}
.padt_3{padding-top: 3%;}
.padt_35{padding-top: 3.5%;}
.padt_4{padding-top: 4%;}
.padt_45{padding-top: 4.5%;}
.padt_5{padding-top:5%;}
.padt_55{padding-top:5.5%;}
.padt_6{padding-top:6%;}
.padb_15{padding-bottom: 1.5%;}
.padb_2{padding-bottom: 2%;}
.padb_25{padding-bottom: 2.5%;}
.padb_3{padding-bottom: 3%;}
.padb_35{padding-bottom: 3.5%;}
.padb_4{padding-bottom: 4%;}
.padb_45{padding-bottom: 4.5%;}
.padb_5{padding-bottom: 5%;}
.padb_55{padding-bottom: 5.5%;}
.padb_6{padding-bottom: 6%;}
.lh18{line-height: 1.8;}
.lh2{line-height: 2;}
.lh22{line-height: 2.2;}

.hidd1{overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.hidd2{overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.hidd3{overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.hidd4{overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 4; -webkit-box-orient: vertical;}

.imgs{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 75%;
	display: block;
}
.imgs img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
}
.sllist li:hover .imgs img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

/*头部*/
#head{
	position: fixed;
	z-index: 1000;
	box-sizing: border-box;
	margin: 0 auto;
	top: -85px;
	left: 0;
	width: 100%;
	background:#4e4e4e;
	transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
}
#head.onn{
	top:0;
}
#head .head_pc{
	height: 85px;
	position: relative;
}

#head .logo a{
	display: block;
}
#head .logo img{
	max-height: 46px;
	display: block;
}
#head .nav{
	text-align: center;
}
#head .nav ul{
	font-size: 0;
}
#head .nav ul li{
	display:inline-block;
	position: relative;
	padding: 20px 20px;
}
#head .nav ul li>a{
	display: block;
	font-size: 16px;
	padding:10px;
	line-height:25px;
	white-space: nowrap;
	color: #d3d3d3;
	position: relative;
}
#head .nav ul li>a::after{
	position: absolute;
	z-index: 1;
	width: 0;
	height: 3px;
	transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1) 0s;
	bottom: 0;
	left: 50%;	
	overflow: hidden;
	content: '';
	background: #d3d3d3;
}
#head .nav ul li>a:hover ,#head .nav ul li.on>a ,#head .nav ul li>a.a_hv{
	color: #d3d3d3;
}
#head .nav ul li>a:hover::after,#head .nav ul li.on>a::after,#head .nav ul li>a.a_hv::after{
	width:100%;
	left: 0;
}
#head .nav .sub{
	position: absolute;
	z-index: 98;
	left: -300%;
	top: 85px;
	display: none;
	width:auto;
	white-space:nowrap;
}
#head .nav li:nth-child(5) .sub,#head .nav li:nth-child(6) .sub{
	left: auto;
	right: -100%;
}
#head .nav li:nth-child(7) .sub{
	left: auto;
	right:0;
}
#head .nav .sub dt{
	display: inline-block;
	position: relative;
}
#head .nav .sub dt::after{
	position: absolute;
	width: 1px;
	height: 13px;
	content: '';
	right: 0;
	top: 50%;
	margin-top: -6px;
	background: #1f592b;
}
#head .nav .sub dt:last-child:after{
	display: none;
}
#head .nav .sub dt a{
	color: #333;
	font-size: 14px;
	display: block;
	padding: 15px 40px;
	line-height: 30px;
}
#head .nav .sub dt a:hover{
	color: #000;
	font-weight: bold;
}
#head .nav_bg{
	width: 100%;
	position: absolute;
	height: 60px;
	background: rgba(247,247,247,0.8);
	top:85px;
	left:0;
	display: none;
}
#head .head_ss{
	border: 1px solid #a3a3a3;
	border-radius: 50px;
}
#head .head_ss .ss_txt{
	border: none;
	background: none;
	line-height: 36px;
	width: 180px;
	padding-left: 16px;
	color: #a3a3a3;
}
#head .head_ss .ss_btn{
	width: 40px;
	height: 36px;
	background: url(../images/ss_ico.png) no-repeat center center;
	margin-right: 2px;
	margin-left: 5px;
	border: none;
	cursor: pointer;
}

.head_m{
	display: none;
}



/*底部*/
#foot{
	background: #4e4e4e;
	overflow: hidden;
	color: #d3d3d3;
}
#foot a{
	color: #d3d3d3;
}
#foot a:hover{
	color: #fff;
}
#foot .foot{
	padding: 3.5% 0;
	position: relative;
}
#foot .f_logo{
	width: 17.6%;
	padding-right: 3%;
	box-sizing: border-box;
	padding-bottom: 20px;
}
#foot .f_logo img{
	max-width: 100%;
}
#foot .f_cen{
	width: 41.76%;
	padding-right: 20px;
	box-sizing: border-box;
	padding-bottom: 20px;
}
#foot .f_cen .f_clx{
	font-size: 15px;
	padding-left: 15px;
}
/* #foot .f_cen .f_clx p{
	padding: 2px 0;
} */
#foot .f_cen .f_ewm{
	text-align: center;
	width: 25%;
}
#foot .f_cen .f_ewm img{
	max-width: 90%;
}
#foot .f_cen .f_ewm p{
	padding-top: 5px;
}
#foot .f_cen .f_ico{
	padding-top: 5px;
}
#foot .f_cen .f_ico a{
	padding-right: 6px;
}
#foot .f_nav{
	flex: 1;
}
#foot .f_nav dt a{
	font-size: 16px;
	color: #fff;
	display: block;
	padding-bottom: 5px;
}
#foot .f_nav dd{
	padding: 2px 0;
}

.foot_cpr{
	background: #5a5a5a;
	padding: 12px 0;
}


/* 底部微信二维码 */
.hide_wxbg{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9998;
	background: rgba(0,0,0,0.5);
	left: 0;
	top: 0;
	display: none;
}
.f_wxewm{
	width: 300px;
	text-align: center;
	box-sizing: border-box;
	left: 50%;
	margin-left: -150px;
	top: 25%;
	z-index: 9999;
	position: fixed;
	display: none;
}
.f_wxewm .wx-pad{
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	padding: 10px;
	background: #fff;
	width:130px;
	margin: 0 auto;
}
.f_wxewm img{
	width: 100%;
	display: inline-block;
	max-width: 300px;
	vertical-align: top;
}
.f_wxewm .wx-pad p{
	padding-top: 8px;
	font-size: 14px;
}
.f_wxewm .wx-pad,.f_wxewm .dy-pad{
	display: none;
}

.fade_cm{
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -100px;
	z-index: 999;
	display: none;
}
.fade_cm li{
	padding-bottom: 2px;
}
.fade_cm a{
	width: 60px;
	height:65px;
	padding-top: 8px;
	display: block;
	background:#a9a9a9;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border-radius: 5px 0 0 5px;
}
.fade_cm a:hover{
	background:#333;
}
.fade_cm a.kf_tel:hover{
	border-radius: 0;
}
.fade_cm .tel_nb{
	position: absolute;
	right:70px;
	top: 0;
	display: none;
	padding: 8px 10px;
	box-sizing: border-box;
	background:#333;
	color: #fff;
	height: 65px;
	line-height: 16px;
}
.fade_cm .fade_wx{
	position: absolute;
	right:70px;
	bottom: 0;
	display: none;
	background: #fff;
	padding: 5px;
}
.fade_cm .fade_wx img{
	width: 100px;
	display: block;
}
.fade_cm a i{
	width: 100%;
	height: 30px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 28px;
}
.fade_cm a i.i1{
	background-image: url(../images/fade_ico1.png);
}
.fade_cm a i.i2{
	background-image: url(../images/fade_ico2.png);
}
.fade_cm a i.i3{
	background-image: url(../images/fade_ico3.png);
}
.fade_cm a i.i4{
	background-image: url(../images/fade_ico4.png);
	height: 10px;
	padding-top: 8px;
}
.fade_cm a.getTop{
	padding-top: 15px;
}


@media screen and (max-width:1400px ) {
	#head .head_ss{
		display: none;
	}
	#foot .f_logo {
	    width: 15%;
	}
	#foot .f_cen{
		width: 50%;
	}
	#foot .f_cen .f_clx{
		font-size: 14px;
	}
	#foot .f_cen .f_ewm{
		width: 20%;
	}
}
@media screen and (max-width:1366px ) {
	.f_18{font-size: 17px;}
	.f_20{font-size:19px;}
	.f_22{font-size: 20px;}
	.f_24{font-size: 22px;}
	.f_26{font-size: 24px;}
	.f_28{font-size: 26px;}
	.f_30{font-size: 28px;}
	.f_32{font-size: 30px;}
	.f_34{font-size: 32px;}
	.f_35{font-size: 33px;}
	.f_36{font-size: 34px;}
	.f_38{font-size: 36px;}
	.f_40{font-size: 38px;}
	
	#foot .f_cen .f_ewm p{
		font-size: 12px;
	}
	#foot .f_cen .f_clx,.foot_cpr,#foot .f_nav dd{
		font-size: 13px;
	}
	#foot .f_nav dt a{
		font-size: 15px;
	}
	#foot .f_cen .f_ico a img{
		width:22px;
	}
}
@media screen and (max-width:1280px ) {
	.f_14{font-size: 13px;}
	.f_15{font-size: 14px;}
	.f_16{font-size: 14px;}
	.f_18{font-size: 15px;}
	.f_20{font-size:17px;}
	.f_22{font-size: 18px;}
	.f_24{font-size: 20px;}
	.f_26{font-size: 22px;}
	.f_28{font-size: 24px;}
	.f_30{font-size: 26px;}
	.f_32{font-size: 28px;}
	.f_34{font-size: 30px;}
	.f_35{font-size: 31px;}
	.f_36{font-size: 32px;}
	.f_38{font-size: 34px;}
	.f_40{font-size: 36px;}
	
	#head .logo img{
		max-height: 36px;
	}
	#head .nav ul li{
		padding: 20px 16px;
	}
	
}

@media screen and (max-width:1024px ) {
	.f_14{font-size: 12px;}
	.f_15{font-size: 13px;}
	.f_16{font-size: 13px;}
	.f_18{font-size: 14px;}
	.f_20{font-size:15px;}
	.f_22{font-size: 16px;}
	.f_24{font-size: 18px;}
	.f_26{font-size: 20px;}
	.f_28{font-size: 22px;}
	.f_30{font-size: 24px;}
	.f_32{font-size: 26px;}
	.f_34{font-size: 28px;}
	.f_35{font-size: 29px;}
	.f_36{font-size: 30px;}
	.f_38{font-size: 32px;}
	.f_40{font-size: 34px;}
	#head{
		top: 0 !important;
	}
	#head .head_pc{
		display: none;
	}
	#head .head_m{
		display: block;
		height: 52px;
		position: relative;
	}
	#head .head_m .logo{
		left: 3.5%;
		top: 13px;
		position: absolute;
	}
	#head .head_m .logo img{
		height: 26px;
	}
	#head .head_m .head_ico{
		position: absolute;
		right:2.5%;
		top: 5px;
		width: 40px;
		height: 40px;
		cursor: pointer;
		z-index: 99;
	}
	#head .head_m .head_ico span{
		position: absolute;
		top: 19px;
		left: 6px;
		width: 28px;
		height: 2px;
		background: #a3a3a3;
		-webkit-transition: all 300ms;
		transition: all 300ms;
	}
	#head .head_m .head_ico span:after, #head .head_m .head_ico span:before {
		content: '\20';
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background:  #a3a3a3;
		-webkit-transition: all 300ms;
		transition: all 300ms;
	}
	#head .head_m .head_ico span:before{
		top: -8px;
	}
	#head .head_m .head_ico span:after{
		bottom: -8px;
	}
	.body-nav #head .head_m .head_ico span {
		background:none;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.body-nav #head .head_m .head_ico span:before{
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		left: 0;
		top: 0;
	}
	.body-nav #head .head_m .head_ico span:after{
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		left: 0;
		bottom: 0;
	}
	
	#head .head_m .page-navigation{
		display: none;
		z-index:9999;
		top:52px;
		overflow-y: auto;
		position: fixed;
		max-height: calc(100% - 52px);
		left: 0px;
		width: 100%;
		background:#fff;
	}
	#head .head_m .nav_pad{
		padding: 30px 10%;	
	}
	#head .head_m .nav_pad li{
		position: relative;
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: returnToNormal;
		animation-name: returnToNormal;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		border-bottom: 1px solid #dedede;
	}
	#head .head_m .page-navigation a{
		line-height:40px;
		padding: 5px 15px;
		font-size:16px;
		color:#333;
		display: block;
		text-align: center;
	}
	#head .head_m .page-navigation .sub{
		display: none;
		padding: 5px 10%;
	}
	#head .head_m .page-navigation .sub a{
		line-height: 28px;
		font-size:14px;
		color: #666;
	}
	.body-nav #head .page-navigation{
		height: 100%;
	}
	#foot .f_cen .f_clx,.foot_cpr,#foot .f_nav dd{
		font-size: 12px;
	}
	#foot .f_nav dt a{
		font-size: 14px;
	}
	#foot .f_cen .f_ico a img{
		width:20px;
	}
}

@media screen and (max-width:960px ) {
	#foot .f_nav{
		flex:auto;
		width: 100%;
	}
	#foot .f_cen{
		width: auto;
		flex: 1;
	}
	#foot .f_logo{
		width: 18%;
	}
	#foot .f_cen .f_ewm img{
		width: 80px;
	}
	#foot .f_cen .f_ico a img{
		width: 18px;
	}
}

@media screen and (max-width:768px ) {
	
	.f_20{font-size:15px;}
	.f_22{font-size: 16px;}
	.f_24{font-size: 17px;}
	.f_26{font-size: 18px;}
	.f_28{font-size: 20px;}
	.f_30{font-size: 22px;}
	.f_32{font-size: 24px;}
	.f_34{font-size: 26px;}
	.f_35{font-size: 27px;}
	.f_36{font-size: 28px;}
	.f_38{font-size: 30px;}
	.f_40{font-size: 32px;}
	
	.fade_cm{
		bottom: 10%;
		top: auto;
	}
	.fade_cm li{
		display: none;
	}
	.fade_cm li.last{
		display: block;
	}
	.fade_cm li p{
		display: none;
	}
	.fade_cm a{
		width: 35px;
		height: 35px;
		border-radius: 3px;
	}
	.fade_cm a.getTop{
		padding-top: 10px;
	}
}
@media screen and (max-width:600px ) {
	.f_14{font-size: 12px;}
	.f_15{font-size: 12px;}
	.f_20{font-size:14px;}
	.f_22{font-size: 14px;}
	.f_24{font-size: 16px;}
	.f_26{font-size: 17px;}
	.f_28{font-size: 18px;}
	.f_30{font-size: 20px;}
	.f_32{font-size: 22px;}
	.f_34{font-size: 24px;}
	.f_35{font-size: 25px;}
	.f_36{font-size: 26px;}
	.f_38{font-size: 28px;}
	.f_40{font-size: 30px;}
	#foot .foot{
		padding: 20px 0;
	}
	#foot .f_nav{
		display: none;
	}
	#foot .f_logo{
		width: 100%;
	}
	#foot .f_cen .f_ewm{
		position: absolute;
		right: 10px;
		top: 20px;
	}
	#foot .f_cen .f_ewm p{
		display: none;
	}
	#foot .f_cen .f_clx{
		padding-left: 0;
	}
	#foot .f_cen{
		padding-bottom: 0;
	}
	#foot .f_logo img{
		width: 110px;
	}
	.foot_cpr{
		text-align: center;
	}
	.foot_cpr p{
		display: inline-block;
	}
	.foot_cpr .flex{
		display: block;
	}
	.foot_cpr .mzsm{
		display: none;
	}
	.f_wxewm{
		top: 20%;
	}
}


@-webkit-keyframes returnToNormal {
  0%{
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
  }
  100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
@keyframes returnToNormal {
  0%{
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
  }
  100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}